a11y: Simplify atspi context a bit
authorMatthias Clasen <mclasen@redhat.com>
Wed, 29 Sep 2021 03:04:56 +0000 (23:04 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 31 Oct 2021 21:52:04 +0000 (17:52 -0400)
commitca4bf8b0d1faa6c31f9e9030c1a02adf774423b6
treeb1712a5f91e49ea73bb73f803bc7e2c9797a05be
parent16c3864e4a1205b23bdad56decd18bdd24a92dce
a11y: Simplify atspi context a bit

We don't really need a bus-address property
that gets copied for every single object.
We keep the address in object data on the
display anyway. Just use it from there.

This gets rid of a nice amount of strdups
at startup.
gtk/a11y/gtkatspicontext.c